home *** CD-ROM | disk | FTP | other *** search
-
-
-
- pppptttthhhhrrrreeeeaaaadddd____sssseeeettttssssppppeeeecccciiiiffffiiiicccc((((3333PPPP)))) pppptttthhhhrrrreeeeaaaadddd____sssseeeettttssssppppeeeecccciiiiffffiiiicccc((((3333PPPP))))
-
-
-
- NNNNAAAAMMMMEEEE
- pthread_setspecific, pthread_getspecific - thread-specific data
- management
-
- CCCC SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<pppptttthhhhrrrreeeeaaaadddd....hhhh>>>>
-
- iiiinnnntttt pppptttthhhhrrrreeeeaaaadddd____sssseeeettttssssppppeeeecccciiiiffffiiiicccc((((pppptttthhhhrrrreeeeaaaadddd____kkkkeeeeyyyy____tttt kkkkeeeeyyyy,,,, ccccoooonnnnsssstttt vvvvooooiiiidddd ****vvvvaaaalllluuuueeee))));;;;
- vvvvooooiiiidddd ****pppptttthhhhrrrreeeeaaaadddd____ggggeeeettttssssppppeeeecccciiiiffffiiiicccc((((pppptttthhhhrrrreeeeaaaadddd____kkkkeeeeyyyy____tttt kkkkeeeeyyyy))));;;;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The _p_t_h_r_e_a_d__s_e_t_s_p_e_c_i_f_i_c() function associates a thread-specific _v_a_l_u_e
- with _k_e_y. Different threads may bind different values to the same key.
-
- The _p_t_h_r_e_a_d__g_e_t_s_p_e_c_i_f_i_c() function returns the calling thread's value
- that is bound to the specified _k_e_y.
-
- The affect of calling either of these functions using a value for _k_e_y not
- obtained from a _p_t_h_r_e_a_d__k_e_y__c_r_e_a_t_e() call or after _k_e_y has been deleted
- with _p_t_h_r_e_a_d__k_e_y__d_e_l_e_t_e() is undefined.
-
- DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
- The _p_t_h_r_e_a_d__g_e_t_s_p_e_c_i_f_i_c() function returns the thread-specific value
- associated with _k_e_y. If no value is associated with _k_e_y, then NNNNUUUULLLLLLLL is
- returned.
-
- On success, _p_t_h_r_e_a_d__s_e_t_s_p_e_c_i_f_i_c() returns zero; otherwise, an error
- number is returned:
-
- [[[[EEEENNNNOOOOMMMMEEEEMMMM]]]] Not enough memory is available to associate _v_a_l_u_e with
- _k_e_y.
-
- [[[[EEEEIIIINNNNVVVVAAAALLLL]]]] The value specified by _k_e_y is invalid.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- pthread_key_create(3P), pthread_key_delete(3P).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-